From ed39f375a8680c9f1dea23b3b128191fb0fcc95a Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sat, 19 Nov 2011 22:52:08 +0000 Subject: [PATCH] Ensure that configure in generated tarball is always newer than configure.in --- gpsbabel/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index 13c70c6c4..1b90f033a 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -267,6 +267,7 @@ release-sourcecheck: changes.html @(. tools/functions && ask "Enter 'y' to tag the tree as gpsbabel_$(VERSIONU)." "y") && svn copy https://gpsbabel.googlecode.com/svn/trunk/ https://gpsbabel.googlecode.com/svn/tags/gpsbabel_$(VERSIONU) ; exit 0 svn export https://gpsbabel.googlecode.com/svn/tags/gpsbabel_$(VERSIONU)/gpsbabel gpsbabel-$(VERSIOND) touch gpsbabel-$(VERSIOND)/internal_styles.c + touch gpsbabel-$(VERSIOND)/configure # # Build the release tarball from the exported CVS tree, tweaking -- 2.30.2